projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
64af820
)
(pmail-summary-goto-msg): Use pmail-show-message-maybe.
author
Chong Yidong
<cyd@stupidchicken.com>
Wed, 3 Dec 2008 02:40:46 +0000
(
02:40
+0000)
committer
Chong Yidong
<cyd@stupidchicken.com>
Wed, 3 Dec 2008 02:40:46 +0000
(
02:40
+0000)
lisp/mail/pmailsum.el
patch
|
blob
|
history
diff --git
a/lisp/mail/pmailsum.el
b/lisp/mail/pmailsum.el
index 90a2df8afd94bd5673e004c7a42054d0a862793f..60838fc943f7658d2332dbea6dab7e324c8c67f8 100644
(file)
--- a/
lisp/mail/pmailsum.el
+++ b/
lisp/mail/pmailsum.el
@@
-1144,7
+1144,7
@@
If SKIP-PMAIL, don't do anything to the Pmail buffer."
(let ((selwin (selected-window)))
(unwind-protect
(progn (pop-to-buffer buf)
- (pmail-show-message n))
+ (pmail-show-message
-maybe
n))
(select-window selwin)
;; The actions above can alter the current buffer. Preserve it.
(set-buffer obuf))))))